home *** CD-ROM | disk | FTP | other *** search
Wrap
RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeeeDDDDaaaatttteeee((((3333CCCC++++++++)))) RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeeeDDDDaaaatttteeee((((3333CCCC++++++++)))) NNNNaaaammmmeeee RWCollectableDate - Rogue Wave library class SSSSyyyynnnnooooppppssssiiiissss typedef RWCollectableDate Date; // Smalltalk typedef #include <rw/colldate.h> RWCollectableDate d; DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn Collectable Dates. Inherits classes RRRRWWWWDDDDaaaatttteeee and RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. This class is useful when dates are used as keys in the "dictionary" collection classes, or if dates are stored and retrieved as RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeeessss. The virtual functions of the base class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee have been redefined. PPPPeeeerrrrssssiiiisssstttteeeennnncccceeee Polymorphic PPPPuuuubbbblllliiiicccc CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrrssss RWCollectableDate(); RWCollectableDate(unsigned long julianDate); RWCollectableDate(unsigned day, unsigned year); RWCollectableDate(unsigned day, unsigned month, unsigned year); RWCollectableDate(unsigned day, const char* mon, unsigned year,const RWLocale& locale = RWLocale::global()); RWCollectableDate(istream& s, const RWLocale& locale = RWLocale::global()); RWCollectableDate(const RWCString& str,const RWLocale& locale = RWLocale::global()); RWCollectableDate(const RWTime& t, const RWZone& zone = RWZone::local()); RWCollectableDate(const struct tm* tmb); RWCollectableDate(const RWDate& d); Calls the corresponding constructor of the base class RRRRWWWWDDDDaaaatttteeee. PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrr FFFFuuuunnnnccccttttiiiioooonnnnssss virtual RWspace bbbbiiiinnnnaaaarrrryyyySSSSttttoooorrrreeeeSSSSiiiizzzzeeee() const; Redefined from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. PPPPaaaaggggeeee 1111 RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeeeDDDDaaaatttteeee((((3333CCCC++++++++)))) RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeeeDDDDaaaatttteeee((((3333CCCC++++++++)))) virtual int ccccoooommmmppppaaaarrrreeeeTTTToooo(const RWCollectable* c) const; Redefined from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. Returns the results of calling RRRRWWWWDDDDaaaatttteeee::::::::ccccoooommmmppppaaaarrrreeeeTTTToooo. virtual unsigned hhhhaaaasssshhhh() const; Redefined from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. Returns the results of calling RRRRWWWWDDDDaaaatttteeee::::::::hhhhaaaasssshhhh(((()))). virtual RWClassID iiiissssAAAA() const; Redefined from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee to return ________RRRRWWWWCCCCOOOOLLLLLLLLEEEECCCCTTTTAAAABBBBLLLLEEEEDDDDAAAATTTTEEEE. virtual RWBoolean iiiissssEEEEqqqquuuuaaaallll(const RWCollectable* t) const; Redefined from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. Returns the results of calling ooooppppeeeerrrraaaattttoooorrrr========(((()))) for the base class RRRRWWWWDDDDaaaatttteeee by using appropriate casts. virtual void rrrreeeessssttttoooorrrreeeeGGGGuuuuttttssss(RWvistream&); virtual void rrrreeeessssttttoooorrrreeeeGGGGuuuuttttssss(RWFile&); virtual void ssssaaaavvvveeeeGGGGuuuuttttssss(RWvostream&) const; virtual void ssssaaaavvvveeeeGGGGuuuuttttssss(RWFile&) const; Redefined from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. RWStringID ssssttttrrrriiiinnnnggggIIIIDDDD(); (acts virtual) Inherited from class RRRRWWWWCCCCoooolllllllleeeeccccttttaaaabbbblllleeee. PPPPaaaaggggeeee 2222